home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1996 April / Designer's Club 1996 April.iso / mac / Idea Source / TEASER.DIR / 00039_Script_39 < prev    next >
Text File  |  1996-03-08  |  943b  |  46 lines

  1. on exitFrame
  2.   go the frame
  3.   cursor 200
  4.   puppetsprite 2, true
  5.   set the constraint of sprite 2 to 3
  6.   set the locV of sprite 2 to the mouseV
  7.   set the locH of sprite 2 to the mouseH
  8.   puppetsprite 4, true
  9.   set the constraint of sprite 4 to 5
  10.   set the locV of sprite 4 to the mouseV
  11.   set the locH of sprite 4 to the mouseH
  12.   
  13.   set the locV of sprite 17 to the mouseV
  14.   set the locH of sprite 17 to the mouseH
  15.   
  16.   if rollover(7) then
  17.     go frame "grn1"   
  18.   end if
  19.   if rollover(8) then
  20.     go frame "grn2"
  21.   end if
  22.   if rollover(9) then
  23.     go frame "grn3"
  24.   end if
  25.   if rollover(10) then
  26.     go frame "grn4"
  27.   end if
  28.   
  29.   
  30.   if rollover(6) then
  31.     go frame "silent"
  32.   end if
  33.   if rollover(11) then
  34.     go frame "eyes"
  35.   end if
  36.   if rollover(12) then
  37.     go frame "eyes"
  38.   end if
  39.   if rollover(14) then
  40.     go frame "eyes"
  41.   end if
  42.   if rollover(15) then
  43.     go frame "eyes"
  44.   end if
  45.   
  46. end